home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / CommonSample / MyErrorHandler.h < prev    next >
Encoding:
Text File  |  1995-06-08  |  460 b   |  17 lines  |  [TEXT/MPCC]

  1. // Quickdraw 3D sample code
  2. //
  3. // Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
  4. //
  5. // ©1994-5 Apple Computer Inc., All Rights Reserved
  6.  
  7. #ifndef _MYERROR_HANDLER_
  8. #define _MYERROR_HANDLER_
  9.  
  10. #include "QD3D.h"
  11. #include "QD3DErrors.h"
  12.  
  13. void MyErrorHandler( TQ3Error error, TQ3Error error2, long  refCon ) ;
  14. void MyWarningHandler( TQ3Warning sticky, TQ3Warning latest, long refCon ) ;
  15.  
  16. extern const int kErrorHandlerAlertID ; // 21032
  17. #endif